home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / text / print / audioed.readme < prev    next >
Text File  |  1996-10-11  |  12KB  |  280 lines

  1. Short:    V3.12 of the BEST MC&DAT cover printer
  2. Author:   enderle@alpha.fh-furtwangen.de (Frank Enderle)
  3. Uploader: enderle@alpha.fh-furtwangen.de (Frank Enderle)
  4. Type:     text/print
  5. Replaces: text/print/audioed287aup.lha
  6.  
  7. This is the  best  cover  print  program  for  the  Amiga.  It  prints
  8. tapecovers  in the highest possible quality and offers a MUI 3.3+ user
  9. interface. Works on every workbench printer which  is  able  to  print
  10. graphics! Small registration fee! Needs at least OS 3.0.
  11.  
  12. This is a  complete  reprogrammed  version  which  features  many  new
  13. features and a completely reworked GUI.
  14.  
  15. Provides an English and a German manual.
  16.  
  17. Provides locale support for English, German and Svenska.
  18.  
  19. CHECK THIS OUT! YOU WON'T REGRET IT!
  20.  
  21. ======================================================================
  22.  
  23. Feature-List
  24. ------------
  25.  
  26. I highlighted here some -- in my opinion --  interesting  features  of
  27. AudioED:
  28.  
  29.   * prints covers in the highest possible quality
  30.  
  31.   * prints using Bitmap and Compugraph fonts
  32.  
  33.   * offers the possiblity to save the tape covers into a database. This
  34.     database can be extended till there's no more storage for it
  35.  
  36.   * programmed according to the Commodore Style Guide
  37.  
  38.   * offers an online-help
  39.  
  40.   * prints tapecovers for normal and slimline tapes
  41.  
  42.   * every by the workbench supported printer is supported by AudioED
  43.  
  44.   * thanks to MUI AudioED works on every screen resolution
  45.  
  46.   * a preview function helps you to save paper
  47.  
  48.   * AudioED is able to print a graphic on the title page of a tape
  49.  
  50.   * own fontrequester with fontcache and preview
  51.  
  52.   * supports DAT (Digital Audio Tape) covers
  53.  
  54. =======================================================================
  55.  
  56. What's new?
  57. -----------
  58.  
  59.   * There were many cosmetic changes. The GUI is now clearly  arranged
  60.     and   there   should  be  less  problems  on  screens  with  lower
  61.     resolutions.
  62.  
  63.   * AudioED is now programmed in an object oriented way which shows up
  64.     in  a  more  stable program. Currently the OOP is only implemented
  65.     with MUI.  The  support  routines  (there're  not  many)  are  not
  66.     programmed  in C++ currently. But I think that this will change in
  67.     one of the next releases.
  68.  
  69.   * MUI 3.x is now full supported. Due to that fact you  also  nee  at
  70.     least  MUI  3.3. Therefore AudioED offers an extensive bubble help
  71.     and all the other advantages of MUI 3.x. A new version of  AudioED
  72.     was  really  required since version 2.xx had problems with the new
  73.     MUI and the GUI was nearly impossible to use.
  74.  
  75.   * Drag'n'drop is now full supported wherever I  felt  that  it's  an
  76.     useful thing.
  77.  
  78.   * Song entries can now be numbered  and  highlighted  by  attributes
  79.     (italics, bold and underlined).
  80.  
  81.   * The songtimes can now optionally be displayed as counter-units.  A
  82.     seconds means then one counter-unit.
  83.  
  84.   * AudioED now offers local popup menus (only MUI 3.6+)
  85.  
  86.   * Due to the revised databank  system  I  increased  the  number  of
  87.     entries  on  DAT  tapes to 86. But you'll have to glue the cover a
  88.     bit ;)
  89.  
  90.   * Printing of covers is now asynchron. This was implemented  through
  91.     a background task.
  92.  
  93.   * AudioED now finally offers the possiblity to open  more  than  one
  94.     window  at  the  same  time.  So  you can open for example a print
  95.     window for DAT and MC tapes at the same time. Same applies to  all
  96.     fontset-   and  fontrequesters.  AudioED  is  only  blocked  while
  97.     printing a cover.
  98.  
  99.   * Nearly all configuration are saved seperated within each tape  (MC
  100.     and DAT).
  101.  
  102.   * New and more comfortable registration utility.
  103.  
  104.   * The size limit of the fonts was removed. Therefore the user has to
  105.     take more care of selecting not too big fonts.
  106.  
  107.   * On DAT tapes it's now possible to print three title lines.
  108.  
  109.   * Unfortunately this version doesn't offer the announced MD and  DCC
  110.     support. I ran simply out of time since I have no sample cover and
  111.     due to the fact that my semester starts soon. Yes... the study  is
  112.     also  guilty  because it made it impossible for me to develop this
  113.     version earlier...
  114.  
  115.   * On printing MC-tapes you now get also the two little  stickers  to
  116.     glue them on the tape.
  117.  
  118. ======================================================================
  119.  
  120. History of AudioED since version 3.00
  121. -------------------------------------
  122.  
  123. ----------------------------------------------------------------------
  124. This history starts at version 3.00 which represents  the  5th  Aminet
  125. release  of AudioED. The old history up to version 2.87a was discarded
  126. since the program was completely redesigned. AudioED is now programmed
  127. according  to  the  OOP  design  of  MUI  and  BOOPSI. One of the next
  128. releases may feature full C++ code.
  129. ----------------------------------------------------------------------
  130.  
  131. Legend:
  132. -------
  133.  
  134. B - bugfix
  135. I - improvement
  136. F - future enhancement
  137. S - suggestion
  138.  
  139. ----------------------------------------------------------------------
  140. Version  Date       ID    Comment
  141. ----------------------------------------------------------------------
  142. 3.00     27-Aug-96  ----  BETA released to BETA testers.
  143.                           enderle@alpha.fh-furtwangen.de
  144.  
  145. 3.01     28-Aug-96  B---  While rendering  the  DAT  contents  comment
  146.                           part  the  fontset  wasn't  changed  to  the
  147.                           info-font.
  148.                           u.kretschmer@bbrandes.berlinet.de
  149.  
  150. 3.02     29-Aug-96  -I-S  Multiselect feature added for tape  contents
  151.                           to  enable  multimanipulation for numbering,
  152.                           underlined, bold and italics.
  153.                           u.kretschmer@bbrandes.berlinet.de
  154.  
  155. 3.03     29-Aug-96  B---  Preview is not closed when the print  window
  156.                           is  closed. This caused an enforcer hits and
  157.                           sometimes a complete system fault.
  158.                           u.kretschmer@bbrandes.berlinet.de
  159.  
  160. 3.04     29-Aug-96  B---  Had to change the popup menu stuff since MUI
  161.                           3.6 seems to have some bugs in the rendering
  162.                           routine.
  163.                           enderle@alpha.fh-furtwangen.de
  164.  
  165. 3.05     30-Aug-96  B---  The  windows  of  the  application   weren't
  166.                           blocked  while  the  working window is open.
  167.                           This is now fixed.
  168.                           enderle@alpha.fh-furtwangen.de
  169.  
  170. 3.06     08-Sep-96  B---  AudioED forgot to create the ENV:AudioED and
  171.                           the ENVARC:AudioED directories if they don't
  172.                           exist.
  173.                           enderle@alpha.fh-furtwangen.de
  174.  
  175. 3.07     08-Sep-96  B---  The popup menus of  dat.class  and  mc.class
  176.                           had problems with enabling/disabling of some
  177.                           items. This was fixed.
  178.                           enderle@alpha.fh-furtwangen.de
  179.  
  180. 3.08     08-Sep-96  B---  If Import Tape was called  and  no  filename
  181.                           was given AudioED crashed.
  182.                           enderle@alpha.fh-furtwangen.de
  183.  
  184. 3.09     11-Sep-96  -I--  I thought it would be  nice  to  have  those
  185.                           little  papers  which  are glued to the tape
  186.                           sides and so I included  them  to  my  print
  187.                           routine for MC covers.
  188.                           enderle@alpha.fh-furtwangen.de
  189.  
  190. 3.10     12-Sep-96  B---  The Preview and the  Print  buttons  in  the
  191.                           print requesters weren't disabled after they
  192.                           called the render  routines.  The  user  was
  193.                           able  to  call  the  Preview two times which
  194.                           would have may caused a crash of AudioED.
  195.                           enderle@alpha.fh-furtwangen.de
  196.  
  197. 3.11     12-Sep-96  -I-S  Amiga  Technologies  said  that   developers
  198.                           shouldn't use their own trap handler and  so
  199.                           I decided to remove the AudioED trap handler
  200.                           from AudioED. This should make no difference
  201.                           for the user.
  202.                           enderle@alpha.fh-furtwangen.de
  203.  
  204. 3.11     15-Sep-96  --FS  AudioED should save it's preferences in  the
  205.                           common  IFF file format. This would make the
  206.                           conversion  of   the   configuration   files
  207.                           unnecessarry  and will be implemented in the
  208.                           next public release.
  209.                           enderle@alpha.fh-furtwangen.de
  210.  
  211. 3.11     15-Sep-96  --FS  The  clipboard  shouldn't  be  internal  and
  212.                           should  also  use the IFF format. This makes
  213.                           it  then  possible  to  exchange  the   data
  214.                           between the several classes of AudioED. This
  215.                           will  be  implemented  in  the  next  public
  216.                           release.
  217.                           enderle@alpha.fh-furtwangen.de
  218.  
  219. 3.11     15-Sep-96  --FS  Implentation of a ratio to calculate between
  220.                           time and counter setting. This also makes it
  221.                           possible to  calculate  the  total  time  in
  222.                           counter mode.
  223.                           enderle@alpha.fh-furtwangen.de
  224.  
  225. 3.12     15-Sep-96  -I--  AudioED   now   recognizes   the   country's
  226.                           measuring system and switches between metric
  227.                           and inch if required.
  228.                           enderle@alpha.fh-furtwangen.de
  229.  
  230.  
  231. ============================= Archive contents =============================
  232.  
  233. Original  Packed Ratio    Date     Time    Name
  234. -------- ------- ----- --------- --------  -------------
  235.     1233     672 45.4% 17-Sep-96 12:23:50  AudioED312.info
  236.        0       0  0.0% 17-Sep-96 13:01:58 +
  237.     1272     899 29.3% 17-Sep-96 12:23:44 + 
  238.      383     193 49.6% 17-Sep-96 12:23:44 + .info
  239.     4003    1012 74.7% 17-Sep-96 12:23:44 +AudioED.info
  240.        0       0  0.0% 17-Sep-96 13:01:54 +
  241.        0       0  0.0% 17-Sep-96 13:01:54 +
  242.    89549   27041 69.8% 17-Sep-96 12:23:44 +AudioED.guide
  243.     1816    1305 28.1% 17-Sep-96 12:23:44 +AudioED.guide.info
  244.     1233     813 34.0% 17-Sep-96 12:23:44 +Deutsch.info
  245.        0       0  0.0% 17-Sep-96 13:01:56 +
  246.    76658   22466 70.6% 17-Sep-96 12:23:44 +AudioED.guide
  247.     1816    1303 28.2% 17-Sep-96 12:23:44 +AudioED.guide.info
  248.     1233     813 34.0% 17-Sep-96 12:23:44 +English.info
  249.     1233     824 33.1% 17-Sep-96 12:23:44 +Docs.info
  250.        0       0  0.0% 17-Sep-96 13:01:56 +
  251.     4960    2509 49.4% 17-Sep-96 12:23:44 +idx.library
  252.     1233     816 33.8% 17-Sep-96 12:23:44 +Libs.info
  253.        0       0  0.0% 17-Sep-96 13:05:16 +
  254.    33576    8788 73.8% 17-Sep-96 12:23:44 +AudioED_Strings.cd
  255.    51459   16103 68.7% 17-Sep-96 12:23:44 +AudioED_deutsch.ct
  256.    51624   16220 68.5% 17-Sep-96 13:05:16 +AudioED_svenska.ct
  257.        0       0  0.0% 17-Sep-96 13:02:42 +
  258.        0       0  0.0% 17-Sep-96 13:01:56 +
  259.    21712    7386 65.9% 17-Sep-96 12:23:44 +audioed.catalog
  260.        0       0  0.0% 17-Sep-96 13:03:02 +
  261.    23028    7948 65.4% 17-Sep-96 13:03:02 +audioed.catalog
  262.     1233     803 34.8% 17-Sep-96 12:23:44 +Locale.info
  263.    21356   10235 52.0% 17-Sep-96 12:23:44 +Old2New
  264.     9604    3314 65.4% 17-Sep-96 12:23:44 +ReadMe
  265.     1816    1310 27.8% 17-Sep-96 12:23:44 +ReadMe.info
  266.    38456   17339 54.9% 17-Sep-96 12:23:44 +Register
  267.        0       0  0.0% 17-Sep-96 13:01:58 +
  268.       73      67  8.2% 17-Sep-96 12:23:44 +ReadMe
  269.     1816    1305 28.1% 17-Sep-96 12:23:44 +ReadMe.info
  270.     1233     668 45.8% 17-Sep-96 12:23:44 +Tapes.info
  271.     1233     673 45.4% 17-Sep-96 12:23:44 +audioed_drawer_icon
  272.   183248  181987  0.6% 17-Sep-96 12:23:44 +audioed_prg.lha
  273.     1907    1037 45.6% 17-Sep-96 12:23:44 +uninstall_icon
  274.    31596    5890 81.3% 17-Sep-96 12:23:44 +Install-AudioED
  275.     1907    1037 45.6% 17-Sep-96 12:23:44 +Install-AudioED.info
  276.        0       0  0.0% 17-Sep-96 13:01:58 +
  277.      121      97 19.8% 17-Sep-96 12:23:44 +AudioED.key
  278. -------- ------- ----- --------- --------
  279.   663620  342873 48.3% 18-Sep-96 00:50:50   43 files
  280.